Mon Jan 20 2020 10:09:22 GMT+0100 (GMT+01:00)
-Lists several main categories. For example TV, Movies, Tickets, Celebs etc..
-Under each main category, lists many subcategories
-Easy to search and many interesting topics and subtopics

Given that I am at the IMDB homepage 6s 917ms Show Error +
                                            
TypeError: Cannot read property 'constructor' of null at createWorld.(anonymous) (C:\Users\matti\OneDrive\Skrivbord\Programming\imdb-group-c\step-definitions\imdb-menu.js:11:52) at processTicksAndRejections (internal/process/task_queues.js:93:5)

And I have clicked on the menu button 0s

Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I have clicked on top rated movies 0s

Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I should be taken to the page with the list of top rated movies 0s

Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 508ms Screenshot +

Given that I am on the top rated movies page 0s

Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select sort by number of ratings in the sort by box 0s

Then(/^I select sort by number of ratings in the sort by box$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then the list should resort by number of ratings 0s

Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Given that I am at the IMDB homepage 5s 901ms

And I have clicked on the munu button 0s

Then(/^I have clicked on the munu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I have clicked on Most Popular Movies 0s

Then(/^I have clicked on Most Popular Movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I should be directed to the Most Popular Movies page 0s

Then(/^I should be directed to the Most Popular Movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

As a movie buff
I would like to search for movies.

Given that I am on the IMDB website 6s 448ms

And that I am on the IMDB homepage. < 1ms

When I enter the "Antz" in a search field 5s 58ms

And i click the search button 0s

Then(/^i click the search button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I find the corresponding "Antz" in the search results. 0s

Then(/^I find the corresponding "([^"]*)" in the search results.$/, function(arg1, callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Given that I am on the IMDB website 6s 907ms

And that I am on the IMDB homepage. < 1ms

When I enter the "A Bug's Life" in a search field 5s 85ms

And i click the search button 0s

Then(/^i click the search button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I find the corresponding "A Bug's Life" in the search results. 0s

Then(/^I find the corresponding "([^"]*)" in the search results.$/, function(arg1, callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

As a user
I would like a list of the top user rated movies on IMDB

Given that I am at the IMDB homepage 7s 389ms Show Error +
                                            
TypeError: Cannot read property 'constructor' of null at createWorld.(anonymous) (C:\Users\matti\OneDrive\Skrivbord\Programming\imdb-group-c\step-definitions\imdb-menu.js:11:52) at processTicksAndRejections (internal/process/task_queues.js:93:5)

And I have clicked on the menu button 0s

Then(/^I have clicked on the menu button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I have clicked on top rated movies 0s

Then(/^I have clicked on top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then I should be taken to the page with the list of top rated movies 0s

Then(/^I should be taken to the page with the list of top rated movies$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 677ms Screenshot +

Given that I am on the top rated movies page 0s

Then(/^that I am on the top rated movies page$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select sort by number of ratings in the sort by box 0s

Then(/^I select sort by number of ratings in the sort by box$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then the list should resort by number of ratings 0s

Then(/^the list should resort by number of ratings$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Given that I'm at the search page 15s 10ms Show Error +
                                            
function timed out after 15000 milliseconds

When I enter search text "rubber ducking" 0s

And I click the search button 0s

Then the first test result should contain the word "rubber ducking" 0s

After 9s 920ms Screenshot +